ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / ValidatorBase<T> Class
Type of object to validate
Members

In This Topic
    ValidatorBase<T> Class
    In This Topic
    Base class for validation classes
    Object Model
    ValidatorBase<T> Class
    Syntax
    'Declaration
     
    Public Class ValidatorBase(Of T As Class) 
    public class ValidatorBase<T> 
    where T: class
    Type Parameters
    T
    Type of object to validate
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Rendering.Tools.ValidatorBase<T>

    See Also